home *** CD-ROM | disk | FTP | other *** search
/ Mac100% 1998 November / MAC100-1998-11.ISO.7z / MAC100-1998-11.ISO / オンラインソフト定点観測 / ネットワーク⁄コミュニケーション / WebMiner 1.0.sit / WebMiner 1.0 / Sample Scripts / About Sample Scripts next >
Text File  |  1998-07-26  |  2KB  |  23 lines

  1. About Sample Scripts:
  2.  
  3. These sample scripts are very basic examples of what you can do with WebMiner. The scripts do not rely on any third-party AppleScript Scripting Extensions; all you need are the standard extensions bundled with MacOS 7.5 through 8.x.
  4.  
  5. Page AT&T, Page SkyWord:
  6.  
  7. These scripts are very similar; they access a Web Pager Gateway site and submit a form that will page an individual. If you have an AT&T or SkyWord Pager service, edit these scripts and put your PIN number and text message into the script. Running the script will cause a page to be sent to your pager.
  8.  
  9. Weather Radar Image:
  10.  
  11. This is a simple image handling example. It downloads a weather image from The Weather Channel's website <http://www.weather.com/> and prompts you to save it to disk. The image is saved in PICT format.
  12.  
  13. Zip Code Lookup:
  14.  
  15. A simple form submission example (using POSTING) which can retrieve the standardized address and zip + 4 code for any United States postal address. The script is written to provide the address of the White House.
  16.  
  17. Web Page Analyzer:
  18.  
  19. This is a very useful script that will download any web page and analyze it. It creates a file listing every paragraph and its contents, every image and its source URL, and every table, and cell within each table, and each cell's contents.
  20.  
  21. This is handy when you need to extract Web data from a complex web page (i.e. one with nested tables). Simply run the Web Page Analyzer on the web page, and search through the output file for the data you want. Right above the data will be the correct paragraph, table cell, etc. that you need to reference for WebMiner to retrieve this information.
  22.  
  23.